exp

 

The 'exp' function returns a exponential value. (e**x)

 

double exp(double x);

 

Parameters

double x : value that you want to calculate

 

Return Value

exponential value

 

Example

value = @exp(2.302585093);

Description : '10', the exponential value of '2.302585093', is stored in the variable named 'value'.